home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / different_picture.swf / scripts / DefineButton2_15 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  176 b   |  12 lines

  1. on(release){
  2.    with(_root.falseface)
  3.    {
  4.       gotoAndPlay("down");
  5.    }
  6.    with(_root.trueface)
  7.    {
  8.       gotoAndPlay("down");
  9.    }
  10.    this.removeMovieClip();
  11. }
  12.